-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add get_publishers_info_by_topic #80
Conversation
Sorry for the delay I was caught up in the holiday season. I think this looks ready to merge once we fix the CI (looks like a type change should do it) and rebase on top of master. |
705d08c
to
ca3a990
Compare
thanks for helping review, I updated PR, but I still has this error for foxy:
full error can be found here: https://github.com/NerdToMars/r2r/actions/runs/7463328195/job/20307738761 I have checked the foxy rmw implementation, and it seems same as others DISTRO, https://github.com/ros2/rmw/blob/7fa45cb0d86fef00488e707b9ef37914d7ff0369/rmw/include/rmw/types.h#L321 Do you have any suggestions? |
Hi, This commit looks to be from some months after the one you linked: ros2/rmw@703992c There is a comment added about We could just add a conditional compilation for But maybe we also need to handle |
Thanks for helping look into this, I tried to use ros2cli to publish some dummy std_msgs/msg/String topic without explicitly specify its qos profile, then I use ros2cli to get the verbose info of this dummy topic, I noticed all the duration data in the qos profile is like:
which is similar as someone mentioned here ros2/rmw#210 (comment). |
Well at least it fixed CI :) Perhaps the proper fix is to simply drop foxy support with the next release, I am not sure if anyone would care now that it's so old(?). Will merge this now, thanks for your contribution. |
related issue: #78